home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 March / macformat-088.iso / Shareware Plus / Graphics / PanoTools2.0b1 / Helpers / Templates / LPjava_ivr < prev    next >
Encoding:
Text File  |  1999-09-29  |  1.0 KB  |  35 lines  |  [TEXT/ttxt]

  1. #VRML V2.0 utf8
  2.  
  3.  
  4. EXTERNPROTO Vista [                                    
  5.     exposedField    SFString        type                
  6.     exposedField    MFNode          texture            
  7.     exposedField    MFVec2f         vFov                
  8.     exposedField    MFVec2f         hFov                
  9.     exposedField    SFVec2f         pitchRange        
  10.     exposedField    SFVec2f         yawRange            
  11.     exposedField    SFVec2f         zoomRange            
  12.     exposedField    MFColor         groundColor        
  13.     exposedField    MFFloat         groundRange        
  14.     exposedField    MFColor         skyColor            
  15.     exposedField    MFFloat         skyRange            
  16.                                                         
  17.     eventOut        SFVec2f clickPt                    
  18.     eventOut        SFVec2f overPt                    
  19.     eventOut        SFBool  isBound                    
  20.     eventIn         SFBool  set_bind                    
  21. ]                                                        
  22.                                                         
  23. NavigationInf
  24. {                                            
  25.     type "VISTA"                                    
  26.     headlight FALSE                                    
  27. }                                                        
  28.                                                         
  29. Vista {                                                
  30.     texture ImageTexture { url "%s" }                
  31.     type "%s"                                    
  32.     vFov %lg %lg                                        
  33.     pitchRange %lg %lg                                
  34. }                                                        
  35.